projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f5bdf4
)
Add wrapper for ease of invoking valgrind.
author
robertl
<robertl>
Wed, 22 Jun 2005 22:53:24 +0000
(22:53 +0000)
committer
robertl
<robertl>
Wed, 22 Jun 2005 22:53:24 +0000
(22:53 +0000)
vtesto
[new file with mode: 0755]
patch
|
blob
diff --git a/vtesto
b/vtesto
new file mode 100755
(executable)
index 0000000..
396b099
--- /dev/null
+++ b/
vtesto
@@ -0,0
+1,9
@@
+#!/bin/sh
+
+#
+# Run our testsuite under valgrind. Mostly it complains about core GNU libc
+# functions, but it does actually help find interesting stuff in our own code
+# from time to time.
+#
+
+PNAME="valgrind -q ./gpsbabel" ./testo